home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / mail / mr2_103.zip / MR2INI.ORG < prev    next >
Text File  |  1992-04-08  |  6KB  |  135 lines

  1. #
  2. # Prototype .ini file for the MR/2 mail reader.  This file sets
  3. # run time parameters and options.
  4. #
  5.  
  6. PacketPath=
  7.     # This is where MR2 will look for packets to read and place reply packets
  8.  
  9. FileSpec=*.q??
  10.     # This is the wildcard file specification to use when searching for
  11.     # packets to read.
  12.  
  13. Editor=e
  14.   #Editor=epm
  15.   #Editor=q -e\mr2\qstartup.mac
  16.   #Editor=NONE
  17.     # This is the command MR2 will use when invoking the editor.  By default,
  18.     # the system PM editor "e" is used.  To use QEdit and pass it a start-up
  19.     # macro (-e parameter), change this line to read:
  20.     #
  21.     #      Editor=q -e\mr2\qstartup.mac
  22.     #
  23.     # Use NONE if you wish to have your editor running in another window.
  24.     # MR/2 will not chain to an editor - it merely tells you to switch
  25.     # windows, then waits for you to switch back and press a key.
  26.     #
  27.     # NOTE: when using the PM "E" or "EPM" editors - "word wrap" appears
  28.     # to work great, however, lines are not actually broken with CR/LF's.
  29.     # This causes formatting problems for MR2.  Keep Word Wrap off and
  30.     # include linefeeds by hand.  I'll see if I can auto-wrap incoming text
  31.     # sometime in the "near" future.
  32.  
  33. Attributes=NONE
  34.   #Attributes=Extended
  35.     # When preparing to edit reply files, MR/2 can optionally mark these
  36.     # files as type "Plain Text" so, for example, the "E" editor will not
  37.     # force you to set the type before saving.  "None" means don't use
  38.     # extended attributes.  "Extended" tells MR/2 to set them.
  39.  
  40. ReplyFile=Reply.Msg
  41.     # Temporary file name used when creating replies.  This file can be
  42.     # specified with a full path, making it easier to edit it in a separate
  43.     # window.  For instance, C:\Reply is valid
  44.  
  45. HeaderEditing=Both
  46.     # This controls when the Message header is displayed for editing.
  47.     # Options are Before, After or Both.
  48.  
  49. ReplyPath=..\
  50.     # Directory where ".Rep" reply packets are built and maintained.
  51.  
  52. Tagline=@OS2.Tag
  53. #Tagline=A QWK compatible mail reader for OS/2
  54.     # This sets the default tagline for MR2 replies.  This string is placed
  55.     # at the bottom of each reply, before the reply is edited.  You may
  56.     # change the tagline via your editor, while composing your reply.
  57.     # Example one accesses a file of multiple taglines.
  58.     # The second example provides a fixed, non-changing tagline.
  59.  
  60. TagMode=RANDOM
  61.     # This sets the tagline file access method.  RANDOM will skip around
  62.     # and randomly select the next tagline.  SEQUENTIAL will perform a
  63.     # RANDOM seek when MR/2 is first loaded, then move sequentially
  64.     # through the file after that.
  65.  
  66. SaveFile=..\save.txt
  67.     # This is the file to which messages are appended when they are "saved" or
  68.     # filed for later reference.  Use the "S" key while viewing a message to
  69.     # append it to this file in printable form.
  70.  
  71. Zipper=pkzip
  72. UnZipper=pkunzip -o
  73.     # These are the commands used to archive and unarchive your message
  74.     # packets.  If you use something other than PKZip/UnZip, modify these
  75.     # commands appropriately.
  76.  
  77. Colors=1E171E
  78. #Colors=0F0E0A
  79.     # Yes, this is crude - I'll include something more friendly later.
  80.     # The first two characters describe the "normal" text color for messages,
  81.     # which is shown here as 1E, or Blue background (1) Yellow foreground (E).
  82.     # The second two are the quoted-text colors, 17 is Blue background (1)
  83.     # with a White foreground (7).  The third set of 2 numbers are the
  84.     # message header display colors (the From/To/Subject section on top).
  85.     # This is the only color configuration support at this time.
  86.     # Colors: 0 = Black     1 = Blue   2 = Green   3 = Cyan    4 = Red
  87.     #         5 = Magenta   6 = Brown  7 = White   8 = Gray    9 = Light Blue
  88.     #         A = Lt. Green        B = Lt. Cyan      C = Lt. Red
  89.     #         D = Lt. Megenta      E = Yellow        F = Intense White
  90.     #
  91.     # I personally have changed to the second example here, which gives a
  92.     # black background with bold-white text, yellow quotes and green header.
  93.  
  94. SkipReadMessages=No
  95.     # If set to YES, MR/2 will bypass any messages you've already read.
  96.     # The problem with this option is that, if a conference contains only
  97.     # previously-read messages, then MR/2 will skip right out of that
  98.     # conference - there's no way to get back in.
  99.  
  100. QuoteBody="%i>",EachLine
  101.     # Describes how MR/2 will quote the lines of the source message when
  102.     # creating a new reply file.  The optional %i (which is the only
  103.     # parameter-type variable supported at this time) will be replaced by
  104.     # the message originator's initials.  The quote prefix may be placed
  105.     # on EachLine or on the "FirstLine" only (subsequent lines indented).
  106.  
  107. OldQuoteDetect=YES
  108.     # When set to YES, MR/2 will not place the quote prefix in front of
  109.     # reply-file lines that already are prefixed with quotes.  This creates
  110.     # (usually) a much cleaner initial reply file.
  111.  
  112. HeaderInQuote=No
  113.     # You may optionally include the message header in a reply file.  This
  114.     # is often used with a clever editor "macro" to create sophisticated
  115.     # quoting styles not natively supported my MR/2.  You must be sure
  116.     # to remove all traces of the header before saving the message, as MR/2
  117.     # makes no attempt to identify or remove it.
  118.  
  119. KeepMessageMarks=YES
  120.     # If set to YES, MR/2 will track the read/replied/saved status of
  121.     # every message, as well as your current position in the packet.  This
  122.     # information is stored as OS/2 extended attributes and will stay
  123.     # attached to the file as it is copied or renamed.  When a previously
  124.     # read packet is reopened, you will be asked if you wish to return to
  125.     # you previous position.  Answering YES will return you to that spot,
  126.     # responding NO will place you at the conference selection screen.
  127.  
  128. SerialInTagline=Yes
  129.     # If you register MR/2, you will be provided with a serialized MR2.ID
  130.     # file.  As a registered user, you have the right to choose whether
  131.     # you wish to display your serial number in your tagline or not.
  132.     # Regardless, MR/2 will remove the "NR" (Not Registered) identifier
  133.     # from all your tags.
  134.  
  135.